home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / firehol / firehol.conf
Text File  |  2005-11-03  |  548b  |  19 lines

  1. #
  2. # $Id: client-all.conf,v 1.2 2002/12/31 15:44:34 ktsaou Exp $
  3. #
  4. # This configuration file will allow all requests originating from the
  5. # local machine to be send through all network interfaces.
  6. #
  7. # No requests are allowed to come from the network. The host will be
  8. # completely stealthed! It will not respond to anything, and it will
  9. # not be pingable, although it will be able to originate anything
  10. # (even pings to other hosts).
  11. #
  12.  
  13. version 5
  14.  
  15. # Accept all client traffic on any interface
  16. interface any world
  17.     client all accept
  18.     server all drop
  19.